home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000086_news@bigblue.oit.unc.edu_Thu May 5 15:14:38 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  2KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA22044; Thu, 5 May 1994 15:14:38 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA16284; Thu, 5 May 1994 15:02:18 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: Thu, 5 May 1994 08:56:17
  9. From: hoffmann@stolaf.edu (Norbert Hoffmann)
  10. Message-Id: <hoffmann.18.0008F076@stolaf.edu>
  11. Organization: St. Olaf College
  12. Sender: ses
  13. References: <Cp39nB.Er6@murdoch.acc.Virginia.EDU>, <2q7kjj$e51@crl.crl.com>
  14. Subject: Re: Question: SLIP using Chameleon's Newt
  15.  
  16. In article <2q7kjj$e51@crl.crl.com> felsina@crl.com (Marco Papa) writes:
  17. >From: felsina@crl.com (Marco Papa)
  18. >Subject: Re: Question: SLIP using Chameleon's Newt
  19. >Date: 4 May 1994 00:58:43 -0700
  20.  
  21. >Usman (ufm2t@fulton.seas.Virginia.EDU) wrote:
  22. >: I just setup Newt to work with my school's SLIP server.  However, there is
  23. >: one problem.  The SLIP server does not provide dynamic IP addresses but ...
  24. >: The IP address and the Domain Server address changes each time.  The
  25. >: first three numbers in the address remain the same, but the last one
  26. >: changes.  I am hoping that someone on this newsgroup can help me with
  27. >: this dilemma.
  28.  
  29. >The docs in the Internet Starter Kit say to use 1.1.1.1 as the Internet 
  30. >address for dynamic addressing.
  31.  
  32. Here is the script that works for me to connect to our school's annex server:
  33.  
  34. [SLIP0]
  35. SCRIPT=annex3b $b port $b : $c$r Username: $u$r Password: $p$r
  36. Annex $- is $- is $- -i
  37.  
  38. This needs to be modified to accomodate the text your annex server is sending 
  39. out. You can only use <expect> one word at a time which created quite a 
  40. problem for me at first until I finally figured out how to get around that 
  41. limitation. The last entry (-i) picks up the address.
  42.  BTW, if the last number changes then you do have dynamic addressing. It 
  43. doesn't really seem to matter what address I put in the custom setup for my 
  44. remote PC. I didn't need the suggested 1.1.1.1. 
  45. I am using Chameleon 4.0. I believe as far as SLIP is concerned there is no 
  46. difference between it and the one you are using. 
  47.  
  48.  
  49.  
  50.  
  51.